Skip to content
This repository was archived by the owner on Jan 5, 2022. It is now read-only.

Commit

Permalink
update generic base field
Browse files Browse the repository at this point in the history
  • Loading branch information
saitima committed Feb 5, 2020
1 parent c7d9c38 commit 0bf71d0
Show file tree
Hide file tree
Showing 10 changed files with 70,162 additions and 31,401 deletions.
8 changes: 8 additions & 0 deletions arch_adx_bmi2.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// +build !no_adx_bmi2

package eip

// we keep this only for testing purposes
func forceNonADXBMI2() bool {
return false
}
8 changes: 8 additions & 0 deletions arch_non_adx_bmi2.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// +build no_adx_bmi2

package eip

// we keep this only for testing purposes
func forceNonADXBMI2() bool {
return true
}
Loading

0 comments on commit 0bf71d0

Please sign in to comment.