Skip to content

Commit

Permalink
modifique el soporte de las instrucciones del cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
k3rn3l-st committed Dec 18, 2020
1 parent cca4b46 commit bc850bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
## Valid numbers between: 0 to 42
## Default is: 0 => generic
## Good option if your package is for one machine: 42 => native
## pondre 42 para usar las instrucciones de mi cpu
if [ -z ${_microarchitecture+x} ]; then
_microarchitecture=0
_microarchitecture=42
fi

## Disable NUMA since most users do not have multiple processors. Breaks CUDA/NvEnc.
Expand Down

0 comments on commit bc850bd

Please sign in to comment.