Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/apache/arrow/go/arrow

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/apache/arrow/go/arrow

  • v0.0.0-20211112161151-bc219186db40
  • Source
  • Go
  • Socket score

Version published
Created
Source

Package cpu

Copied from Go src/internal/cpu

Extras

Intel

The INTEL_DISABLE_EXT environment variable can control which CPU extensions are available for the running process. It should be a comma-separate list of upper-case strings as follows

FlagDescription
ALLDisable all CPU extensions and fall back to Go implementation
AVX2Disable AVX2 optimizations
AVXDisable AVX optimizations
SSEDisable all SSE optimizations
SSE4Disable SSE42, SSE41 optimizations
SSSE3Disable supplemental SSE3 optimizations
SSE3Disable SSE3 optimizations
SSE2Disable SSE2 optimizations

Any unrecognized flags will be ignored and therefore it is possible to leave the environment variable with a bogus value such as NONE when experimenting.

FAQs

Package last updated on 12 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc