mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-18 18:20:35 +03:00
Add cpu feature / target info "AVX512VBMI".
This commit is contained in:
committed by
Konstantinos Margaritis
parent
1c8c7ea806
commit
86b57e409f
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015-2016, Intel Corporation
|
||||
* Copyright (c) 2015-2020, Intel Corporation
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions are met:
|
||||
@@ -42,6 +42,8 @@ struct target_t {
|
||||
|
||||
bool has_avx512(void) const;
|
||||
|
||||
bool has_avx512vbmi(void) const;
|
||||
|
||||
bool is_atom_class(void) const;
|
||||
|
||||
// This asks: can this target (the object) run on code that was built for
|
||||
|
||||
Reference in New Issue
Block a user