Skip to content

Commit

Permalink
modified: Julia/ISPC.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
jvo203 committed Sep 26, 2021
1 parent 8650d26 commit d60cce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Julia/ISPC.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ const make_linear_video_frame_fptr = Libc.Libdl.dlsym(lib, "make_video_frameF16_
const make_logistic_video_frame_fptr = Libc.Libdl.dlsym(lib, "make_video_frameF16_logistic")
const make_ratio_video_frame_fptr = Libc.Libdl.dlsym(lib, "make_video_frameF16_ratio")
const make_square_video_frame_fptr = Libc.Libdl.dlsym(lib, "make_video_frameF16_square")
const make_kegacy_video_frame_fptr = Libc.Libdl.dlsym(lib, "make_video_frameF16_legacy")
const make_legacy_video_frame_fptr = Libc.Libdl.dlsym(lib, "make_video_frameF16_legacy")

0 comments on commit d60cce4

Please sign in to comment.