mirror of
https://github.com/verilator/verilator.git
synced 2025-04-06 04:32:39 +00:00
Remove unused VL_DISABLE_INTRINSICS, use VL_PORTABLE_ONLY instead
This commit is contained in:
parent
882b310897
commit
3590f7e206
@ -24,8 +24,8 @@
|
|||||||
|
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
// Use VL_DISABLE_INTRINSICS to disable all intrinsics based optimization
|
// Use VL_PORTABLE_ONLY to disable all intrinsics based optimization
|
||||||
#if !defined(VL_DISABLE_INTRINSICS) && !defined(VL_PORTABLE_ONLY)
|
#ifndef VL_PORTABLE_ONLY
|
||||||
# if defined(__SSE2__) && !defined(VL_DISABLE_SSE2)
|
# if defined(__SSE2__) && !defined(VL_DISABLE_SSE2)
|
||||||
# define VL_HAVE_SSE2 1
|
# define VL_HAVE_SSE2 1
|
||||||
# include <emmintrin.h>
|
# include <emmintrin.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user