Skip to content

Commit

Permalink
Inline main computational function
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Kerr committed Jul 11, 2021
1 parent 8dfe688 commit 270146d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/MandelbrotEngine/MandelbrotSet.swift
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ private extension MandelbrotSet {
///
/// - Parameter point: The complex number
/// - Returns: The result
@inline(__always)
func isInSetFast1a(x0: Double, y0: Double) -> MandelbrotSetPoint.Test {
var x = 0.0
var y = 0.0
Expand Down

0 comments on commit 270146d

Please sign in to comment.