fix for NSIMD=8

This commit is contained in:
Florian Ballenegger 2020-08-10 23:26:08 +02:00
parent d3540525ca
commit 90ca251673
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ static inline int vecN_BSIM3v32_ACM_junctionCapacitances(
#define vec8_SIMDLOADDATA vecN_SIMDLOADDATA
#define vec8_BSIM3v32_ACM_saturationCurrents vecN_BSIM3v32_ACM_saturationCurrents
#define vec8_BSIM3v32_ACM_junctionCapacitances vecN_BSIM3v32_ACM_junctionCapacitances
#define vec8_NIintegrate vecNu_NIintegrate
#define vec8_NIintegrate vecN_NIintegrate
#define vec8_pow0p7(x,p) vecNu_pow(x,p)
#define vec8_powMJ(x,p) vecNu_pow(x,p)
#define vec8_powMJSW(x,p) vecNu_pow(x,p)