]> xenbits.xensource.com Git - unikraft/libs/intel-intrinsics.git/commit
build: Remove CPU feature config options
authorAndrei Tatar <andrei@unikraft.io>
Mon, 17 Jul 2023 11:55:23 +0000 (13:55 +0200)
committerUnikraft <monkey@unikraft.io>
Thu, 10 Aug 2023 22:51:11 +0000 (22:51 +0000)
commit66f573e86d7e7160296026e8a64c2032b27d303e
tree0a477638063a174f146a3656f9b144e7cb9cbf3f
parentc52471417f2455ab7a39ccb790ea8f9be44d9a5b
build: Remove CPU feature config options

This change removes the Kconfig options selecting CPU feature set (i.e.,
`-march=` compiler flag) from the configuration of this library.
CPU feature flags are set elsewhere in the build configuration and the
intrinsics library can already seamlessly pick up these features via
preprocessor defines.

Signed-off-by: Andrei Tatar <andrei@unikraft.io>
Reviewed-by: Maria Sfiraiala <maria.sfiraiala@gmail.com>
Reviewed-by: Radu Nichita <radunichita99@gmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #3
Config.uk
Makefile.uk