זה קצת מוזר…לוחות אם למעבדי אינטל באתר שקורא לעצמו AMDWorld… בכל מקרה, החבר'ה שם לקחו את ה-MSI 645E Max2-LRU שמבוסס על ה-SiS 645DX ואת ה- +EPOX 4BDA2 שמבוסס על ה-i845D. שתי הלוחות מראים ביצועים שונים ביותר ברוב הבינצ'מרקים, באחד ה-MSI הרבה יותר טוב ובשני ה-EPoX הרבה יותר טוב, אבל באוברקלוקינג, כמו תמיד, ה-EPoX מנצח בענק..
if (('false' === 'false' && hw_is_mobile) || ('true' === 'false' && !hw_is_mobile)) {
document.querySelector('#div-hwad-970x250-80442').remove();
} else {
window.googletag = window.googletag || {cmd: []};
window.adslots = window.adslots || {};
googletag.cmd.push(function() {
const adslot_80442 = googletag.defineSlot('/23571088/HWzone/970x250', [970, 250], `div-hwad-970x250-80442`);
if (adslot_80442) {
adslot_80442.setTargeting('test', 'infinitescroll')
adslot_80442.addService(googletag.pubads());
googletag.pubads().enableSingleRequest();
googletag.pubads().setRequestNonPersonalizedAds(0);
googletag.enableServices();
const options = {
rootMargin: '0px',
threshold: 0.5
};
const observer = new IntersectionObserver((entries, observer) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
observer.unobserve(entry.target);
googletag.display(entry.target.id);
console.log({
adslotid: '80442',
name: '970x250',
mobile: 'false',
desktop: 'true',
width: '970',
height: '250'
});
}
});
}, options);
if (document.querySelector('#div-hwad-970x250-80442').getBoundingClientRect().top < window.innerHeight) {
observer.unobserve(document.querySelector('#div-hwad-970x250-80442'));
googletag.display(`div-hwad-970x250-80442`);
console.log({
adslotid: '80442',
name: '970x250',
mobile: 'false',
desktop: 'true',
width: '970',
height: '250'
});
} else {
observer.observe(document.querySelector('#div-hwad-970x250-80442'));
}
} else {
console.log('no adslot_80442');
}
});
}


