Skip to content

x86_64/fpu: Cleanup svml wrappers

Noah Goldstein requested to merge users/goldsteinn/svml-cleanup-wrappers into master

Remove the redundant save/restores to store and lower memory footprint across the board.

Move the AVX/AVX2/AVX512 wrappers to seperate file as the logic is shared between float/double versions.

xcheck tests all passed. Can you take a look? Also can we apply the same style changes to all the files in this directory as well?

Merge request reports