Home
last modified time | relevance | path

Searched refs:ISA_STR (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/embree/embree-3.13.2/common/sys/
H A Dsysinfo.h21 # define ISA_STR "AVX512" macro
25 # define ISA_STR "AVX2" macro
29 # define ISA_STR "AVXI" macro
33 # define ISA_STR "AVX" macro
37 # define ISA_STR "SSE4.2" macro
53 # define ISA_STR "SSE2" macro
57 # define ISA_STR "SSE" macro
/dports/graphics/embree/embree-3.13.2/kernels/common/
H A Ddevice.cpp43 throw_RTCError(RTC_ERROR_UNSUPPORTED_CPU,"CPU does not support " ISA_STR); in Device()