Should use `current_cpu` instead of `target_cpu` in GN build files, otherwise the host build may use wrong configs when doing cross compilation. PR-URL: https://github.com/nodejs/node/pull/51903 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> |
||
|---|---|---|
| .. | ||
| base64 | ||
| base64.gyp | ||
| BUILD.gn | ||
| README.md | ||
| unofficial.gni | ||
base64
This project boosts base64 encoding/decoding performance by utilizing SIMD operations where possible.
The source is pulled from: https://github.com/aklomp/base64
Active development occurs in the default branch (currently named master).
Updating
$ git clone https://github.com/aklomp/base64