Skip to content

Commit

Permalink
Add support for build bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
nitheshsrikanth-mcw committed Nov 22, 2024
1 parent 5e1bbe2 commit e3de96d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ MICROKERNEL_DEFS = [
"src/f16-velu/f16-velu.h",
"src/f16-vhswish/f16-vhswish.h",
"src/f16-vlrelu/f16-vlrelu.h",
"src/f16-vmulcaddc/f16-vmulcaddc.h",
"src/f16-vneg/f16-vneg.h",
"src/f16-vrnd/f16-vrndd.h",
"src/f16-vrnd/f16-vrndne.h",
Expand Down Expand Up @@ -141,6 +142,7 @@ MICROKERNEL_DEFS = [
"src/f32-vhswish/f32-vhswish.h",
"src/f32-vlog/f32-vlog.h",
"src/f32-vlrelu/f32-vlrelu.h",
"src/f32-vmulcaddc/f32-vmulcaddc.h",
"src/f32-vneg/f32-vneg.h",
"src/f32-vrelu/f32-vrelu.h",
"src/f32-vrnd/f32-vrndd.h",
Expand Down

0 comments on commit e3de96d

Please sign in to comment.