/perf/ssebench

To get this branch, use:
bzr branch http://darksoft.org/webbzr/perf/ssebench

« back to all changes in this revision

Viewing changes to memcpy.c

  • Committer: Suren A. Chilingaryan
  • Date: 2015-05-13 00:30:44 UTC
  • Revision ID: csa@suren.me-20150513003044-w01b8n8ln9yos5cc
Enable tests by default

Show diffs side-by-side

added added

removed removed

Lines of Context:
640
640
    cudaHostAlloc(&a, SIZE, cudaHostAllocPortable);//4);//cudaHostAllocWriteCombined);
641
641
#endif /* USE_CUDA */
642
642
 
643
 
/*    
 
643
 
644
644
//    TESTS(gcc)
645
645
    TESTS(glibc)
646
646
//    TESTS(glibc_blocked)
647
647
//    TESTS(bcopy)
648
648
    TESTS(vik)
649
 
*/
650
649
 
651
650
#ifndef __INTEL_COMPILER
652
651
//    TESTS(intrinsic)
653
 
/*    TESTS(repmovs)
 
652
    TESTS(repmovs)
654
653
    TESTS(dqa_ntps)
655
654
    TESTS(ntdqa_ntps)
656
655
    TESTS(ntdqa_ntdq)
657
 
    TESTS(aps)*/
 
656
    TESTS(aps)
658
657
    TESTS(avx_multipage)
659
658
//    TESTS(avx)
660
659
#endif /* GNU */