Opened 2 years ago

Closed 2 years ago

#2597 closed enhancement (fixed)

Compile rasdaman for newer SIMD CPU extensions

Reported by: Dimitar Misev Owned by: Dimitar Misev
Priority: major Milestone: 10.1
Component: build system Version: 10.0
Keywords: Cc:
Complexity: Medium

Description

In cmake we'll add several options to enable emitting the instructions for various SIMD CPU extension versions:

-DENABLE_SSE42=ON|OFF (default ON)
-DENABLE_AVX=ON|OFF (default OFF)
-DENABLE_AVX2=ON|OFF (default OFF)
-DENABLE_AVX512=ON|OFF (default OFF)

SSE4.2 is from 2008 and should be fine to be turned on by default.

Change History (1)

comment:1 by Dimitar Misev, 2 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.